home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…tion Library 4 (Reseller) / Apple Ref. & Pres. Lib.v4.0.iso / 4-Demos / Third Party Demos / Utilities / In⁄Out™ / In_Out™ / card_11136.txt < prev    next >
Text File  |  1990-04-09  |  2KB  |  69 lines

  1. -- card: 11136 from stack: in
  2. -- bmap block id: 15043
  3. -- flags: 0000
  4. -- background id: 2649
  5. -- name: remove
  6. ----- HyperTalk script -----
  7. on openCard
  8.   show card field "remove"
  9. end opencard
  10.  
  11.  
  12.  
  13. -- part 1 (button)
  14. -- low flags: 00
  15. -- high flags: A000
  16. -- rect: left=321 top=139 right=161 bottom=381
  17. -- title width / last selected line: 0
  18. -- icon id / first selected line: 0 / 0
  19. -- text alignment: 1
  20. -- font id: 0
  21. -- text size: 12
  22. -- style flags: 0
  23. -- line height: 16
  24. -- part name: Remove
  25. ----- HyperTalk script -----
  26. on mouseUp
  27.   hide card field "remove"
  28.   go to card "SLBnames"
  29. end mouseUp
  30.  
  31.  
  32.  
  33. -- part 2 (field)
  34. -- low flags: 81
  35. -- high flags: 0004
  36. -- rect: left=28 top=196 right=324 bottom=465
  37. -- title width / last selected line: 0
  38. -- icon id / first selected line: 0 / 0
  39. -- text alignment: 0
  40. -- font id: 20
  41. -- text size: 18
  42. -- style flags: 0
  43. -- line height: 24
  44. -- part name: remove
  45.  
  46.  
  47. -- part 3 (button)
  48. -- low flags: 00
  49. -- high flags: 2000
  50. -- rect: left=321 top=169 right=191 bottom=381
  51. -- title width / last selected line: 0
  52. -- icon id / first selected line: 0 / 0
  53. -- text alignment: 1
  54. -- font id: 0
  55. -- text size: 12
  56. -- style flags: 0
  57. -- line height: 16
  58. -- part name: Remove
  59. ----- HyperTalk script -----
  60. on mouseUp
  61.   hide card field "remove"
  62.   go to card "SLBnames"
  63. end mouseUp
  64.  
  65.  
  66.  
  67. -- part contents for card part 2
  68. ----- text -----
  69. Selecting "Remove from menu..." will open this dialog box listing all the user names in this menu (except the name of the currently selected user). Select the name you wish to remove from this menu and click the "remove" button. The name will be deleted from the menu.